@media screen and (min-width:480px) {




body{
  margin: 0;
  padding: 0;
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: white;
  width: 100%;
}


header{
  font-family: 'Inter', sans-serif ;
  /* height: 90px; */
  padding: 20px 16px;
  background-color: white;
  
}

.logo-container{
  height: 46px;
  width: 43%;
  
}

.logo-container img{
  height: 100%;
  width: 100%;
  object-fit: fill;
  
}

.inner-header{
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  height: 100%;
  align-content: center;
  overflow: hidden;
}

.top-navigation{
  display: flex;
  justify-content: center;
  align-content: center;
}






.top-nav{
  display: flex;
  justify-content: center;
  align-items: center;
}



.links-container{
  padding: 20px 0;
  align-items: flex-start;
  flex-direction: column;
  z-index: 999;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 50vw;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: -7px 0 7px rgba(134, 131, 131, 0.2);
  transition: .5s ease-out;
}


.top-nav a{
  box-sizing: border-box;
  padding: 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  font-family: 'inter', sans-serif;
  color: #07143D;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.top-nav a:nth-child(2), .top-nav a:nth-child(3), .top-nav a:nth-child(5) {
  box-sizing: border-box;
  padding: 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  font-family: 'inter', sans-serif;
  color: #475467;
  font-size: 16px;
  font-weight: 600;
  display: block;
}


.top-nav a:active{
  text-decoration: underline;
}

.open-sidebar-btn{
  display: block;
  padding: 0;
}

.open-sidebar-btn  svg{
  fill: #07143D;
}

.links-container svg{
  width: 32px;
  height: 32px;
  fill: #07143D;

}

.close-sidebar-btn{
  display: block;
  padding:  20px;
}

#sidebar-active:checked ~ .links-container{
 right: 0;
}

#sidebar-active{
  display: none;
}

#sidebar-active:checked ~ .links-container{
  right: 0;
}

#sidebar-active:checked ~ #overlay{

 height: 100%;
 width: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9;
}


.Get-started-button{
  display: none;
}







.Get-started-button button{
  padding: 14px 20px;
  line-height: 24px;
  letter-spacing: -1%;
  font-size: 16px;
  font-family: inherit;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;
  display: none;
}
.Get-started-button img{
  margin-left: 10px;
  display: none;
}

  

.blogheading{
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  width: fit-content;
}

 .blog-label{
  display: flex;
  font-size: 18px;
  font-weight: 550;
  color: #39E7BD;
  width: fit-content;
  align-items: center;
  justify-content: center;
}

.blog-label img{
  margin-right: 12px;
  width: 24px;
  height: 22px;
  object-fit: cover;
}

 .blog-headingtext{
  display: flex;
  flex-direction: column;
 align-items: center;
}

.blog-maintext{
  font-size: 36px;
  line-height: 46px;
  /* font-weight: 500; */
  letter-spacing: -1px;
  color: #F2F2F2;
  width: 418px;
  margin: 0 0 21px 0;
  text-align: center;
  font-family: 'poppins', sans-serif;
}

.blog-subtext{
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  width: 423px;
  letter-spacing:0% ;
  margin: 0;
  padding: 0;
  color: #CDCDCD;
  font-weight: 300;
  font-family: 'poppins', sans-serif;
}

.blogs{
  font-family: 'Inter', 'Poppins' sans-serif;
  background-color: #07143D;
  padding: 92px 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blog-banner{
  margin-bottom: 54px;
  display: none;
}

.banner-img{
  width: 100%;
  height: 364px;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 16px;
}

.banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.banner-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  font-family:'Poppins', sans-serif;
  color: #F2F4F7;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0 0 8px 0;
  padding: 0;
}

/* .banner-details .banner-author {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.banner-details  .banner-subtext{
  font-size: 13px;
  line-height: 20px;
  margin: 7px 0 20px 0;
} */



.blog-content{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  
}

.blogpost1, .blogpost2, .blogpost3{
  width: 432px;
  margin-bottom: 52px;
}

.blogpost4, .blogpost5, .blogpost6{
  width: 432px;
  margin-bottom: 52px;
}

.postimg1, .postimg2, .postimg3, .postimg4, .postimg5, .postimg6{
  width: 100%;
  height: 276px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 23px;
}

.postimg1 img,
.postimg2 img,
.postimg3 img,
.postimg4 img,
.postimg5 img,
.postimg6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-tag, .blog-tag2, .blog-tag3, .blog-tag4, .blog-tag5, .blog-tag6, .banner-author{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #30C5A1;
  margin: 0 0 9px 0;
  padding: 0;
}

.blog-title, .blog-title2, .blog-title3, .blog-title4, .blog-title5, .blog-title6{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #F2F4F7;
  letter-spacing: 0px;
  /* margin-bottom: 8px; */
}

.blog-title img, .blog-title2 img, .blog-title3 img, .blog-title4 img, .blog-title5 img, .blog-title6 img{
  width: 28px;
  height: 28px;
  object-fit: fill;

}

.blog-paragraph, .blog-paragraph2, .blog-paragraph3, .blog-paragraph4, .blog-paragraph5, .blog-paragraph6, .banner-subtext{
  font-size: 18px;
  font-family:'Poppins', sans-serif;
  line-height: 28px;
  width: 100%;
  color: #b2b5b8;
  margin: 9px 0 27px 0 ;
  letter-spacing: 0px;
}

.author-frame, .author-frame2, .author-frame3, .author-frame4, .author-frame5, .author-frame6{
  display: flex;
  align-items: center;
  justify-content: start;
}

.author-img, .author-img2, .author-img3, .author-img4, .author-img5, .author-img6{
  width: 46px;
  height: 46px;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 12px;
}

.author-img img,
.author-img2 img,
.author-img3 img,
.author-img4 img,
.author-img5 img,
.author-img6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.author-details :nth-child(1), .author-details2 :nth-child(1), .author-details3 :nth-child(1), .author-details4 :nth-child(1), .author-details5 :nth-child(1), .author-details6 :nth-child(1){
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #F2F4F7;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 3px 0;
  padding: 0;
}

.author-details :nth-child(2), .author-details2 :nth-child(2), .author-details3 :nth-child(2), .author-details4 :nth-child(2), .author-details5 :nth-child(2), .author-details6 :nth-child(2){
  font-family:'Poppins', sans-serif;
  color: #D0D5DD;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}










.blog-quote{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #0c173d;
  padding: 52px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1f2847;
}

.blog-quote-text{
  margin: 0 0 62px 0;
}

.blog-quote-text p:nth-child(1){
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #F2F4F7;
  margin: 0;
  width: 430px;
  padding: 0;
  cursor: context-menu;
}

.blog-quote-text p:nth-child(2){
  font-size: 23px;
  line-height: 35px; 
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #91969e;
  margin: 20px 0 40px 0;
  padding: 0;
  cursor: context-menu;

}

.Get-started-blog button{
  padding: 15px 20px;
  line-height: 30px;
  letter-spacing: -1%;
  font-size: 20px;
  font-family: inherit;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;


}
.Get-started-blog img{
  width: 30px;
  height: 30px;
  object-fit: fill;
  margin-left: 10px;
}

/* .Get-started-blog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0%;
  padding: 0%;
  
} */

.blog-quote-img{
  width: 95%;
  height: 870px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
 position: relative;
}

.blog-quote-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glassframe-blog{
  display: flex;
  position: absolute;
  width: 91.5%;
  height: 37%;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px;
}

.blog-quotes{
  padding: 0;
  margin: 0%;
  cursor: context-menu;
}

.blog-quotes p:nth-child(1){
  color: #fff;
  line-height: 38px;
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0 0 25px 2px ;
}

.blog-quotes p:nth-child(2){
  color: #fff;
  line-height: 48px;
  font-size: 38px;
  letter-spacing: -2%;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0 0 10px 2px ;
}

.blog-quotes p:nth-child(3){
  color: #fff;
  line-height: 35px;
  font-size: 23px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'inter', sans-serif;
  margin: 0 0 3px 2px ;
  padding: 0;
}

.blog-quotes p:nth-child(4){
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 300;
  font-family: 'inter', sans-serif;
  margin: 0 0 0 2px ;
  padding: 0;
}






/*footer*/ 



footer{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 62px 20px ;
  border-top: 1px solid #6a8288;
}

.footer-logo{
  display: flex;
  margin: 0 0 42px 0;
  width: 100%;
}

.footer-logo img{
  width: 175px;
  height: 40px;
  object-fit: fill;
}

.main-footer-img{
  display: none;
}

.footer-logo-links{
  display: flex;
  flex-direction: column;
  font-family: 'poppins';
  padding: 0;
  margin: 0 0 62px 0;
  height: fit-content;
}

.footer-nav ul{
  display: flex;
  /* width: 200px; */
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  height: fit-content; 
}

.footer-links .footer-nav  ul li{
  margin: 0;
  padding: 0;
}

.footer-links nav a:nth-child(1){
  margin-right: 96px; 
  margin-bottom: 24px; 
  color: #D0D5DD;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;

}

.footer-links nav a:nth-child(2){
  margin-bottom: 24px; 
  margin-right: 96px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(3){
  margin-right: 110px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(4){
  margin: 0;
  font-weight: 500;
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}


.footer-links nav a:active{
  text-decoration: underline;
}


.footer-note{
  display: flex;
  flex-direction: column-reverse;
  margin: 24px 0 0 0;
  padding: 24px  0 0 0 ;
  font-family: 'poppins';
  border-top: 1px solid #6a8288;
}



.note-links{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.note-links nav ul li:nth-child(1), .note-links nav ul li:nth-child(2), .note-links nav ul li:nth-child(3) {
  font-size: 21px;
  line-height: 31px;
}

.foot-note{
  color: #D0D5DD;
  font-size: 21px;
  line-height: 31px;
  display: flex;
  flex: 1;
}

.foot-note p{
  margin: 0;
  padding: 0;
}

}